home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19950528-19950726 / 000002_news@columbia.edu_Tue May 30 13:55:26 1995.msg < prev    next >
Internet Message Format  |  1995-07-31  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA09313
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 30 May 1995 09:55:52 -0400
  3. Received: by apakabar.cc.columbia.edu id AA10801
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 30 May 1995 09:55:50 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Kermit-32 (VAX) problems??
  9. Date: 30 May 1995 13:55:26 GMT
  10. Organization: Columbia University
  11. Lines: 30
  12. Message-Id: <3qf84e$abg@apakabar.cc.columbia.edu>
  13. References: <D9CztC.Cu6@inter.nl.net>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <D9CztC.Cu6@inter.nl.net>,  <avdpeijl@inter.NL.net> wrote:
  18. : I would like to upgrade Kermit on my VAX. At the moment I have a stone-
  19. : aged version of Kermit-32 (1984 or something like that). With MS-Kermit
  20. : 3.14 I tried to upload some programms to the VAX with settings like:
  21. :    - packetlength 94
  22. :    - no linking shift (or something simular)
  23. :    - set block 1-bit (also tried 2-bit)
  24. :    - file type binary (of course)
  25. : The uploads went fine. I reached a 23% troughput at a 9600 bps line (VT220), 
  26. : found no particular errors (only at the end Kermit-32 complained about bad
  27. : packets).
  28. : When I run the program, I get: "error activating image zip.exe" and
  29. : "image header description length is invalid" (in this example I uploaded
  30. : unzip.exe for VAX/VMS, 54k).
  31. : Anybody any idea?
  32. Yes, please run the version of Kermit that is current and supported for
  33. VMS, C-Kermit 5A(190).
  34.  
  35. Anonymous ftp to kermit.columbia.edu, directory kermit/f, get the file
  36. ckvaaa.hlp, read it, go from there.
  37.  
  38. About ZIP files and VMS -- because they are created with a text-type
  39. record format (Stream_LF), even though they are binary files, you have
  40. to tell C-Kermit to "set file type image" when transferring them.
  41.  
  42. - Frank